home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / gfx / show / speedyview.lha / speedyview.readme < prev    next >
Text File  |  1997-09-14  |  2KB  |  55 lines

  1. Short: A very quick image-in-a-window viewer
  2. Author: ben@bmatthew.demon.co.uk (Ben Matthew)
  3. Uploader: ben@bmatthew.demon.co.uk (Beb Matthew)
  4. Replaces: speedyview.lha
  5. Type: gfx/show
  6.  
  7. SpeedyView 1.4
  8.  
  9. ==== Release notes ====
  10.  
  11.  
  12. Changes since v1.3:
  13.  
  14.     * Adjusted decode routine to use half the memory needed (keeping DTobj alive)
  15.  
  16.     * Added keyboard options; Esc + Cursor controls
  17.     
  18.     * Adjusted with of scroller again to make arrows aligned correctly
  19.     
  20.     * Added startup message + option to turn it off.
  21.  
  22. Please not that you MUST use the correct version of picture.datatype
  23. with this application.  If running P96 use that V43 datatype clone
  24. only - not versions for Cybergraphics! + vice versa
  25.  
  26. Not doing so will cause crashes!
  27.  
  28.  
  29. ==== What is it? ====
  30.  
  31.  
  32. Basically it's a picture only version of MultiView! :)  However, Sview 
  33. works by calling ScrollRaster() and only blitting the extra bits of the 
  34. image each time you scroll - unlike multiview which redraws the entire 
  35. window - to get silky smooth scrolling (better than anything I've seen 
  36. elsewhere).
  37.  
  38. It's good for people with graphics cards.  If you have no gfx card; look 
  39. at FastView or ViewTek.  However unlike CyberWindow (which is crap anyway) 
  40. SView works under AGA as well.
  41.  
  42. If, however, like me you have both pot loads of RAM and a Cgfx card this 
  43. is MUCH faster than CyberWindow or Multiview.  Like MView Sview works with 
  44. the system datatypes but supports 24bit images as well (doesn't do anything 
  45. nasty when blitting...)
  46.  
  47. If you find any bugs or want to make a suggestion feel free to email me at:
  48.  
  49.     ben@bmatthew.demon.co.uk
  50.  
  51. Note however that this isn't the project I'm working on - just a fortunate
  52. side-effect so I may not have a lot of time to do stuff.
  53.  
  54.  
  55. Ben